wayland: ensure the clip region is updated after the window size is updated
authorThomas Wood <thomas.wood@intel.com>
Tue, 14 May 2013 14:25:30 +0000 (15:25 +0100)
committerRob Bradford <rob@linux.intel.com>
Tue, 14 May 2013 15:33:25 +0000 (16:33 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=700301

gdk/wayland/gdkwindow-wayland.c

index 146e0a12cfeab4d30a6d3ac746b98a400679e4a1..1e7eba1f6ca355c982f091f2513913928d357cd9 100644 (file)
@@ -736,8 +736,8 @@ gdk_wayland_window_configure (GdkWindow *window,
   event->configure.width = width;
   event->configure.height = height;
 
-  _gdk_window_update_size (window);
   gdk_wayland_window_update_size (window, width, height, edges);
+  _gdk_window_update_size (window);
 
   g_object_ref(window);